Previous Topic

Next Topic

To modify a Task List item

To modify the left task frame and change the description that displays at the top of the workspace for the tasklist item, you need to modify the Left-XXX-Main.htm file in the particular module's folder.

Caution! Create a backup of your existing files before making any changes to the iMIS desktop.

  1. Open Windows Explorer and navigate to the Program Files\iMIS10\framework\HiRes\Module folder, where Module refers to the module you want to modify.
  2. Open the LeftXXX.htm file for the module in an HTML editor or Windows Notepad, where XXX refers to the area you want to modify. For example, the LeftCust-Main.html file contains information about the links that display for the Customers task frame.
  3. Scroll down to the part of the file that resembles the following:
    <table border="0" cellspacing="0" class="lefttable" align="center">
    			<tr>
    				<td class="leftheading" nowrap><img src="../../images/left_heading.gif" border="0" align="absmiddle">&nbsp;Customers</td>
    			</tr>
    			
    			<tr id="asimanagecust" style="display:none" onmouseout="unframe('asimanagecustlink1');"
    				onmouseover="frame('asimanagecustlink1');">
    				<td id="asimanagecustlink1" class="navlinkleft" onclick="LeftActivate('asimanagecustlink1','navlinkleft');
    								SetTask('Manage customers'); CheckNavState(); SetWinLoc('iMISwin:iMISMEM.Name-ExecPortfolio');">
    					Manage customers
    				</td>
    			</tr>
  4. Scroll to the line that contains the menu item you want to modify, and find the SetTask value near the end of the line. This text controls the task description that displays at the top of the workspace.Make your changes.
  5. Save the file.

See Also

Modifying the iMIS Task Frame

To change the order of navigation links

To change the labels of navigation links

To create a link to a file on the Home page


ASI logo 10.6 Production Release. Updated 1/18/2006 11:53:04 AM
© Copyright by Advanced Solutions International, Inc. All rights reserved.